翻訳と辞書
Words near each other
・ Scribblenauts Remix
・ Scribblenauts Unlimited
・ Scribbler
・ Scribbler (robot)
・ Scribbler's Retreat Writer's Conference
・ Scribblers
・ Scribblings
・ Scribbly
・ Scribbly gum
・ Scribd
・ Scribe
・ Scribe (band)
・ Scribe (comics)
・ Scribe (disambiguation)
・ Scribe (ER)
Scribe (log server)
・ Scribe (markup language)
・ Scribe (publisher)
・ Scribe (rapper)
・ Scribe (software)
・ Scribe D
・ Scribe equipment (hieroglyph)
・ Scribe Mail
・ Scribe Software
・ ScribeAmerica
・ Scriber
・ Scriber Lake High School
・ Scriber Lake Park
・ Scribes (software)
・ Scribing (cartography)


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Scribe (log server) : ウィキペディア英語版
Scribe (log server)

Scribe is a server for aggregating log data streamed in real-time from a large number of servers. It is designed to be scalable, extensible without client-side modification, and robust to failure of the network or any specific machine.
Scribe was developed at Facebook and released in 2008 as open source.
Scribe servers are arranged in a directed graph, with each server knowing only about the next server in the graph. This network topology allows for adding extra layers of fan-in as a system grows, and batching messages before sending them between datacenters, without having any code that explicitly needs to understand datacenter topology, only a simple configuration.〔https://www.facebook.com/note.php?note_id=32008268919&id=9445547199〕
Scribe was designed to consider reliability but to not require heavyweight protocols and expansive disk usage. Scribe spools data to disk on any node to handle intermittent connectivity node failure, but doesn't sync a log file for every message. This creates a possibility of a small amount of data loss in the event of a crash or catastrophic hardware failure. However, this degree of reliability is often suitable for most Facebook use cases.〔
==See also==

*(Apache Flume )
*Fluentd: Log Everything in JSON
*
*(Enabling Facebook’s Log Infrastructure with Fluentd )

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Scribe (log server)」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.